home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / db / translators / empty.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1995-08-31  |  12KB  |  385 lines

  1. ## version $VER: db.catalog 3.0 (XX.XX.95)
  2. ## codeset 0
  3. ## language X
  4. MSG_PROJECT_MENU
  5. ;  \0Project
  6. MSG_PROJECT_NEW
  7. ;  \0New
  8. MSG_PROJECT_OPEN
  9. ; O\0Open...
  10. MSG_PROJECT_SAVE
  11. ; S\0Save
  12. MSG_PROJECT_SAVE_AS
  13. ; W\0Save as...
  14. MSG_PROJECT_OUTPUT
  15. ;  \0Output
  16. MSG_PROJECT_OUTPUT_VIEW
  17. ;  \0View...
  18. MSG_PROJECT_OUTPUT_TAB_ASCII
  19. ;  \0Tab-separated ASCII...
  20. MSG_PROJECT_OUTPUT_COMMA_ASCII
  21. ;  \0Comma-separated ASCII...
  22. MSG_PROJECT_ABOUT
  23. ; ?\0About...
  24. MSG_PROJECT_QUIT
  25. ; Q\0Quit
  26. MSG_EDIT_MENU
  27. ;  \0Edit
  28. MSG_EDIT_CUT
  29. ; X\0Cut
  30. MSG_EDIT_COPY
  31. ; C\0Copy
  32. MSG_EDIT_PASTE
  33. ; V\0Paste
  34. MSG_EDIT_ADD
  35. ; A\0Add
  36. MSG_EDIT_KILL
  37. ; K\0Kill
  38. MSG_VIEW_MENU
  39. ;  \0View
  40. MSG_ACTION_MENU
  41. ;  \0Action
  42. MSG_ACTION_FIND
  43. ; F\0Find...
  44. MSG_ACTION_FIND_NEXT
  45. ; N\0Find next
  46. MSG_ACTION_SORT
  47. ; T\0Sort...
  48. MSG_ACTION_DIAL
  49. ; D\0Dial...
  50. MSG_SETTINGS_MENU
  51. ;  \0Settings
  52. MSG_SETTINGS_WARNINGS
  53. ;  \0Display warnings
  54. MSG_SETTINGS_SORTDIR
  55. ;  \0Sort direction
  56. MSG_SETTINGS_SORTDIR_AZ
  57. ;  \0A-Z
  58. MSG_SETTINGS_SORTDIR_ZA
  59. ;  \0Z-A
  60. MSG_SETTINGS_SAVE_SETTINGS
  61. ;  \0Save settings...
  62. MSG_FIND_MODE_WINMSG
  63. ; Find record    <CR> Find, <ESC> Abort
  64. MSG_SORT_MODE_WINMSG
  65. ; Sort records   <CR> Sort, <ESC> Abort
  66. MSG_SORTING_WINMSG
  67. ; Sorting...
  68. MSG_SAVING_WINMSG
  69. ; Saving...
  70. MSG_LOADING_WINMSG
  71. ; Loading...
  72. MSG_UNTITLED_PRO
  73. ; Untitled
  74. MSG_OPEN_ASLREQ_TITLE
  75. ; Open project
  76. MSG_SAVE_AS_ASLREQ_TITLE
  77. ; Save project
  78. MSG_OUTPUT_VIEW_ASLREQ_TITLE
  79. ; Output view
  80. MSG_OUTPUT_TAB_ASCII_ASLREQ_TITLE
  81. ; Output tab-separated ASCII
  82. MSG_OUTPUT_COMMA_ASCII_ASLREQ_TITLE
  83. ; Output comma-separated ASCII
  84. MSG_REQ_OK
  85. MSG_REQ_OKCANCEL
  86. ; Ok|Cancel
  87. MSG_ABOUT_REQ_TITLE
  88. ; About db
  89. MSG_ABOUT_REQ_TEXT
  90. ; This is a small and fast database.\n\
  91. ; This program is freely distributable.\n\
  92. ; \n\
  93. 1995, David Ekholm, Datadosen\n\
  94. ; Email: david-ek@dsv.su.se\n\
  95. ; \n\
  96. ; Version: %s\n\
  97. ; ARexx port: %s
  98. MSG_ABOUT_REQ_GADS
  99. ; Ok|More info
  100. MSG_MOREABOUT_REQ_TITLE
  101. ; More about db
  102. MSG_MOREABOUT_REQ_TEXT
  103. ; db is a general database program.\n\
  104. ; Record layouts can be edited in any ASCII editor by\n\
  105. ; simply editing a file's RFF lines. (There is currently\n\
  106. ; no GUI for this.) See more on RFF below.\n\
  107. ; \n\
  108. ; Try out the following hidden features:\n\
  109.  AppWindow -Drag and drop icons on db.\n\
  110.  Commodore's Clipboard.\n\
  111.  MenuHelp -Hold mouse over a menuitem, press HELP\n\
  112.  Help -Press HELP and get help where you are.\n\
  113.  ARexx -Show pictures etc from db.\n\
  114.  ListView browser on any field.\n\
  115. MSG_MOREABOUT_REQ_GADS
  116. ; Ok|More on RFF
  117. MSG_NORMALHELP_REQ_TITLE
  118. ; Help on normal mode
  119. MSG_NORMALHELP_REQ_TEXT
  120. ; The keys:\n\
  121. ; Up - Previous record\n\
  122. ; Down - Next record\n\
  123. ; Shift Up - First record\n\
  124. ; Shift Down - Last record\n\
  125. ; Return - Forward search\n\
  126. ; Shift Return - Backward search
  127. MSG_FINDHELP_REQ_TITLE
  128. ; Help on find mode
  129. MSG_FINDHELP_REQ_TEXT
  130. ; Enter a search pattern into one or many fields.\n\
  131. ; db will then search the database starting from the top and stop\n\
  132. ; at the first occurence that has a match. Usually only a few\n\
  133. ; letters will do as a search pattern.\n\
  134. ; For example: 'da' will match both 'David' and 'Daniel'.\n\
  135. ; You may also use AmigaDOS patterns. An example:\n\
  136. ; '#?d' or '*d' will match fields ending with a d.\n\
  137. ; '(david|micke)' will match both 'David' and 'Micke'.\n\
  138. ; See help on normal mode for more information.\n\
  139. ; \n\
  140. ; Note! Fields of checkbox and cycle type are ignored in find\n\
  141. ; and sort modes. To be able to use all fields, user must make\n\
  142. ; and switch to a view which only contains string gadgets.\n\
  143. ; \n\
  144. ; The keys:\n\
  145. ; ESC - Back to normal mode\n\
  146. ; Amiga-K - In this mode, clears the fields\n\
  147. ; Return - Start searching from top
  148. MSG_SORTHELP_REQ_TITLE
  149. ; Help on sort mode
  150. MSG_SORTHELP_REQ_TEXT
  151. ; Enter numbers in the fields to represent the sort order.\n\
  152. ; Illegal entries are ignored\n\
  153. ; \n\
  154. ; Example: To sort an address database on zipcodes first,\n\
  155. ; and on lastname second: Enter a '1' into the 'zip' field\n\
  156. ; and a '2' into the 'lastname' field.\n\
  157. ; \n\
  158. ; Note! Fields of checkbox and cycle type are ignored in find\n\
  159. ; and sort modes. To be able to use all fields, user must make\n\
  160. ; and switch to a view which only contains string gadgets.\n\
  161. ; \n\
  162. ; The keys:\n\
  163. ; ESC - Back to normal mode\n\
  164. ; Amiga-K - In this mode, clears the fields\n\
  165. ; Return - Start sorting
  166. MSG_DIALHELP_REQ_TITLE
  167. ; Dial
  168. MSG_DIALHELP_REQ_TEXT
  169. ; db will dial the number found in the active string gadget.\n\
  170. ; db dials using the modem or your loudspeaker.\n\
  171. ; Modem users, do like this:\n\
  172. ; \n\
  173. ;   1. Click into prefered string gadget.\n\
  174. ;   2. Select this menu or press Amiga-D\n\
  175. ;   3. When the modem starts to dial: Lift the hook and wait.\n\
  176. ;   4. The modem goes on hook and you can take over.\n\
  177. ; \n\
  178. ; Look at the ToolTypes in db's icon for settings.\n\
  179. ; Tip! Use ARexx to enable dialing by simply double-\n\
  180. ; clicking on a string gadget.
  181. MSG_MEMWARN_REQ_TITLE
  182. ; Out of Memory
  183. MSG_MEMWARN_REQ_TEXT
  184. ; Not enough memory for operation!
  185. MSG_OPENFAIL_REQ_TITLE
  186. ; Open file
  187. MSG_OPENFAIL_REQ_TEXT
  188. ; Can't open file '%s'\n\
  189. ; for read or write
  190. MSG_REXX_PROG_NOT_FOUND_TITLE
  191. ; ARexx message
  192. MSG_REXX_PROG_NOT_FOUND_TEXT
  193. ; The file '%s' can't be loaded\n\
  194. ; or is not an ARexx program
  195. MSG_REXXERR_TITLE
  196. ; ARexx message
  197. MSG_REXXERR_TEXT
  198. ; The ARexx program '%s'\n\
  199. ; reported error #%ld
  200. MSG_DIALFAIL_REQ_TITLE
  201. ; Dial
  202. MSG_DIALFAIL_REQ_TEXT
  203. ; Can't open '%s', unit %ld!\n\
  204. ; Check db's ToolType settings.
  205. MSG_SAVEERROR_REQ_TITLE
  206. ; Save file
  207. MSG_SAVEERROR_REQ_TEXT
  208. ; Error saving file '%s'
  209. MSG_SAVEWARN_REQ_TITLE
  210. ; Save file
  211. MSG_SAVEWARN_REQ_TEXT
  212. ; The file '%s' already exists.\n\
  213. ; Save over top of it?
  214. MSG_ES_ASKFILTERING_REQ_TITLE
  215. ; Output filter
  216. MSG_ES_ASKFILTERING_REQ_TEXT
  217. ; Output all records,\n\
  218. ; or only those matched by 'Action/Find'?
  219. MSG_ES_ASKFILTERING_REQ_GADS
  220. ; All|Matched|Cancel
  221. MSG_NOTIMPLEMENTED_REQ_TITLE
  222. ; Information
  223. MSG_NOTIMPLEMENTED_REQ_TEXT
  224. ; Sorry, this function is not implemeted yet.
  225. MSG_KILLWARN_REQ_TITLE
  226. ; Kill Record
  227. MSG_KILLWARN_REQ_TEXT
  228. ; Kill this record?
  229. MSG_QUITWARN_REQ_TITLE
  230. ; Quit program
  231. MSG_QUITWARN_REQ_TEXT
  232. ; Changes have been made to this file.\n\
  233. ; They will be lost.\n\
  234. ; Ok to quit?
  235. MSG_NEWWARN_REQ_TITLE
  236. ; New file
  237. MSG_NEWWARN_REQ_TEXT
  238. ; Changes have been made to this file.\n\
  239. ; They will be lost.\n\
  240. ; Ok to clear data?
  241. MSG_LOADWARN_REQ_TITLE
  242. ; Open file
  243. MSG_LOADWARN_REQ_TEXT
  244. ; Changes have been made to this file.\n\
  245. ; They will be lost.\n\
  246. ; Ok to load another file over top of it?
  247. MSG_WRONGFILETYPE_REQ_TITLE
  248. ; Open file
  249. MSG_WRONGFILETYPE_REQ_TEXT
  250. ; Can't open file '%s'\n\
  251. ; This is not a db RFF file
  252. MSG_MANGLEDRFF_REQ_TITLE
  253. ; Open file
  254. MSG_MANGLEDRFF_REQ_TEXT
  255. ; Can't open file '%s'\n\
  256. ; This RFF file is mangled!
  257. MSG_WINSIZEERR_REQ_TITLE
  258. ; Open window
  259. MSG_WINSIZEERR_REQ_TEXT
  260. ; Can't open the requested window!\n\
  261. ; It is too big.\n\
  262. ; Switch to a smaller font or\n\
  263. ; rearrange the fields.
  264. MSG_WINOPENERR_REQ_TITLE
  265. ; Open window
  266. MSG_WINOPENERR_REQ_TEXT
  267. ; Can't open the requested window!
  268. MSG_DEFAULTERR_REQ_TITLE
  269. ; Internal error
  270. MSG_DEFAULTERR_REQ_TEXT
  271. ; A serious error has occured.\n\
  272. ; The program will quit immediately!
  273. MSG_MH_NOHELP_REQ_TITLE
  274. ; Menuhelp
  275. MSG_MH_NOHELP_REQ_TEXT
  276. ; This menuitem has no specific help
  277. MSG_MH_NEW_REQ_TITLE
  278. ; New project
  279. MSG_MH_NEW_REQ_TEXT
  280. ; This menuitem empties the current project from all records.
  281. MSG_MH_RFF_REQ_TITLE
  282. ; db's fileformat
  283. MSG_MH_RFF_REQ_TEXT
  284. ; The fileformat db uses is RFF standard. This standard is based upon\n\
  285. ; The ASCII standard for databases but it has additions for\n\
  286. ; field formatting and more. It also has the same forward\n\
  287. ; and backward compatibility as IFF files. It goes as follows:\n\
  288. ; \n\
  289. ; >One line with tabseparated fieldnames as in the ASCII standard.\n\
  290. ; >One or many @RFF lines with structured information.\n\
  291. ; >The database. Fields separated by TABs. One record per line.\n\
  292. ; \n\
  293. ; More info on RFF (Register File Format) can be found in the docs\n\
  294. ; included with db. db reads RFF files and tab-separated ASCII files.
  295. MSG_MH_OUTPUT_VIEW_REQ_TITLE
  296. ; Output view
  297. MSG_MH_OUTPUT_VIEW_REQ_TEXT
  298. ; The records are saved in ASCII format, formatted like the current view.\n\
  299. ; Using a view similar to a label makes it simple to export addresses\n\
  300. ; to a DTP program for label-printing using a suitable font.\n\
  301. ; db has no internal label-generator. This is handled better by other programs.
  302. MSG_MH_TAB_ASCII_REQ_TITLE
  303. ; Export tab-separated ASCII
  304. MSG_MH_TAB_ASCII_REQ_TEXT
  305. ; This fileformat is plain ASCII standard, ie fields separated by TABs,\n\
  306. ; one record per line. The first line contains the fieldnames themselves.\n\
  307. ; This makes it simple to move the database to other programs like\n\
  308. ; Excel for a list printout.
  309. MSG_MH_COMMA_ASCII_REQ_TITLE
  310. ; Export comma-separated ASCII
  311. MSG_MH_COMMA_ASCII_REQ_TEXT
  312. ; This fileformat has fields within \"\", separated by commas,\n\
  313. ; one record per line. The first line contains the fieldnames themselves.\n\
  314. ; This makes it simple to move the database to other programs like\n\
  315. ; ProWrite for mailmerge.
  316. MSG_MH_CLIP_REQ_TITLE
  317. ; The Clipboard
  318. MSG_MH_CLIP_REQ_TEXT
  319. ; db uses Commodore's standard Clipboard to allow copying of information\n\
  320. ; between db and other programs (wordprocessors, DTP...).\n\
  321. ; db writes to two clipboards, Unit 0 (the default clipboard) and Unit 1.\n\
  322. ; Reads are only made from Unit 1. This is what is written:\n\
  323. ; Unit 0: The current record in a layout similar to the current view.\n\
  324. ; Unit 1: The whole record in a record format like this:\n\
  325. ; fieldname <TAB> contents <NL>\n\
  326. ; fieldname <TAB> contents <NL>\n\
  327. ; ...
  328. MSG_MH_KILL_REQ_TITLE
  329. ; Kill record
  330. MSG_MH_KILL_REQ_TEXT
  331. ; The current record is deleted in normal mode.\n\
  332. ; In find and sort mode the fields are cleared instead.\n\
  333. ; You cannot kill a record if it is the only one.
  334. MSG_MH_WARNINGS_REQ_TITLE
  335. ; Display warnings
  336. MSG_MH_WARNINGS_REQ_TEXT
  337. ; With this item selected, the user will be warned before\n\
  338. ; a Kill is performed on a non-empty record.
  339. MSG_MH_SORTDIR_REQ_TITLE
  340. ; Sort direction
  341. MSG_MH_SORTDIR_REQ_TEXT
  342. ; The user may also choose a backward sort direction.\n\
  343. ; db will sort the Swedish 
  344.  characters correctly.
  345. MSG_MH_SAVE_SETTINGS_REQ_TITLE
  346. ; Save settings
  347. MSG_MH_SAVE_SETTINGS_REQ_TEXT
  348. ; This function is currently not implemented.\n\
  349. ; Edit the ToolType fields in db's icon instead.
  350. MSG_PROJECT_OUTPUT_VIEW_WN
  351. ;  \0View with names...
  352. MSG_OUTPUT_VIEW_WN_ASLREQ_TITLE
  353. ; Output view with names
  354. MSG_MH_OUTPUT_VIEW_WN_REQ_TITLE
  355. ; Output view with names
  356. MSG_MH_OUTPUT_VIEW_WN_REQ_TEXT
  357. ; This menuitem works like 'Output view' above but adds\n\
  358. ; fieldnames from the current view before each field.
  359. MSG_ACTION_BROWSE
  360. ; B\0Browse...
  361. MSG_BROWSEHELP_REQ_TITLE
  362. ; Help on browse mode
  363. MSG_BROWSEHELP_REQ_TEXT
  364. ; The browser is a window with a listview that allows you\n\
  365. ; to browse through the database, seeing fields from more\n\
  366. ; than one record at a time.\n\
  367. ; To use it, select a field to browse on, and select Browse...\n\
  368. ; You can also doubleclick on a field to start the browser\n\
  369. ; (unless an ARexx command is installed for doubleclicking)\n\
  370. ; \n\
  371. ; The following might not be obvious:\n\
  372.  Click once using the mouse to see that record in the\n\
  373. ;   main window.\n\
  374.  Doubleclick to select a record AND leave the browser\n\
  375. ;   (The Return key works as well)\n\
  376.  You can use the arrow keys to browse.\n\
  377.  The browser has a 'completion' function: Just type\n\
  378. ;   the string you look for and the browser will search\n\
  379. ;   simultaneously. Use backspace to clear the completion\n\
  380. ;   buffer. Use the Tab, Shift-Tab key sequence to jump\n\
  381. ;   between multiple matches.\n\
  382.  You can leave the browser by pressing Escape\n\
  383. MSG_BROWSE_MODE_SCRMSG
  384. ; db Browse. Press 'Help' key for information.
  385.